home *** CD-ROM | disk | FTP | other *** search
- object BookmarkForm: TBookmarkForm
- Left = 211
- Top = 109
- HelpContext = 1760
- ActiveControl = BookmarkLB
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Bookmarks'
- ClientHeight = 388
- ClientWidth = 385
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BookmarkLB: TTntListBox
- Left = 0
- Top = 0
- Width = 385
- Height = 331
- Hint = 'Double-click to jump to a bookmarked article'
- Style = lbVirtualOwnerDraw
- Align = alClient
- ItemHeight = 26
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnDblClick = BookmarkLBDblClick
- OnDrawItem = BookmarkLBDrawItem
- end
- object Panel1: TPanel
- Left = 0
- Top = 331
- Width = 385
- Height = 57
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 385
- 57)
- object AddBookmarkBtn: TMMTNTBItBtn
- Left = 4
- Top = 4
- Width = 261
- Height = 25
- Caption = '&Bookmark selected article'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = AddBookmarkBtnClick
- end
- object DelBookmarkBtn: TMMTNTBItBtn
- Left = 4
- Top = 32
- Width = 261
- Height = 25
- Caption = '&Delete selected bookmark'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = DelBookmarkBtnClick
- end
- object CloseBtn: TMMTNTBItBtn
- Left = 304
- Top = 32
- Width = 77
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = '&Close'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = CloseBtnClick
- end
- end
- end
-